ASP.NET MVC コントロールヘルプ
HtmlAttribute メソッド

C1.Web.Mvc アセンブリ > C1.Web.Mvc.Fluent 名前空間 > ControlBuilder<TControl,TBuilder> クラス : HtmlAttribute メソッド
HTML 属性のキー
HTML 属性の値
1つの HTML 属性を設定します。
シンタックス
'宣言
 
Public Function HtmlAttribute( _
   ByVal key As System.String, _
   ByVal value As System.String _
) As TBuilder
public TBuilder HtmlAttribute( 
   System.string key,
   System.string value
)

パラメータ

key
HTML 属性のキー
value
HTML 属性の値

戻り値の型

現在のビルダ
参照

ControlBuilder<TControl,TBuilder> クラス
ControlBuilder<TControl,TBuilder> メンバ